C1.LiveLinq.Indexing.Search Namespace > IIndexScanner<T,TKey> Interface : FindBetween Method |
'Declaration
Function FindBetween( _ ByVal min As TKey, _ ByVal minInclusive As System.Boolean, _ ByVal max As TKey, _ ByVal maxInclusive As System.Boolean, _ ByVal keyPredicate As System.Func(Of TKey,Boolean), _ ByVal order As Order _ ) As IndexQuery(Of T,TKey)
IndexQuery<T,TKey> FindBetween( TKey min, System.bool minInclusive, TKey max, System.bool maxInclusive, System.Func<TKey,bool> keyPredicate, Order order )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2